Crate kvdb_shared_tests
source ·Expand description
Shared tests for kvdb functionality, to be executed against actual implementations.
Constants
The number of columns required to run
test_delete_prefix
.The number of columns required to run
test_io_stats
.Functions
A complex test.
A test for
KeyValueDB::get
.A test for
KeyValueDB::delete_prefix
.A test for
KeyValueDB::get
.
Assumes the db
has only 1 column.A test for
KeyValueDB::io_stats
.
Assumes that the db
has at least 3 columns.A test for
KeyValueDB::iter
.A test for
KeyValueDB::iter_with_prefix
.A test for
KeyValueDB::get
.A test for
KeyValueDB::write
.